home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-19
/
iritsm3s.zip
/
ADJACNCY.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-09-02
|
633b
|
17 lines
/*****************************************************************************
* "Irit" - the 3d polygonal solid modeller. *
* *
* Written by: Gershon Elber Ver 0.2, Mar. 1990 *
******************************************************************************
* General, visible to others, definitions of polygon adjacencies module. *
*****************************************************************************/
#ifndef ADJACENCY_GH
#define ADJACENCY_GH
/* Some prototypes of the global routines in this module: */
int GenAdjacencies(ObjectStruct *PObj);
#endif /* ADJACENCY_GH */